gtk4.git
26 years agoPatch from Uwe Koloska <koloska@Rcs1.urz.tu-dresden.de> to fix a stupid
Federico Mena Quintero [Mon, 25 Oct 1999 19:26:13 +0000 (19:26 +0000)]
Patch from Uwe Koloska <koloska@Rcs1.urz.tu-dresden.de> to fix a stupid

1999-10-25  Federico Mena Quintero  <federico@redhat.com>

* configure.in (CFLAGS): Patch from Uwe Koloska
<koloska@Rcs1.urz.tu-dresden.de> to fix a stupid typo of mine.

26 years agoSync to laptop - Federico
Arturo Espinosa [Sat, 23 Oct 1999 00:06:10 +0000 (00:06 +0000)]
Sync to laptop - Federico

26 years agoClean up stupid increment-inside-array-dereference thing
Havoc Pennington [Fri, 22 Oct 1999 23:26:22 +0000 (23:26 +0000)]
Clean up stupid increment-inside-array-dereference thing

1999-10-22  Havoc Pennington  <hp@pobox.com>

* src/io-xpm.c (mem_buffer): Clean up stupid
increment-inside-array-dereference thing

* src/testpixbuf.c: Add XPM data tests.

* src/io-xpm.c: Make the XPM data buffer const, fix const
correctness throughout the code.

26 years agoExport gdk_pixbuf_new_from_xpm_data()
Havoc Pennington [Fri, 22 Oct 1999 21:06:36 +0000 (21:06 +0000)]
Export gdk_pixbuf_new_from_xpm_data()

1999-10-22  Havoc Pennington  <hp@pobox.com>

* src/gdk-pixbuf.h: Export gdk_pixbuf_new_from_xpm_data()

26 years agoExport this symbol for loading an XPM from memory.
Havoc Pennington [Fri, 22 Oct 1999 21:05:16 +0000 (21:05 +0000)]
Export this symbol for loading an XPM from memory.

1999-10-22  Havoc Pennington  <hp@pobox.com>

* src/io-xpm.c (image_load_xpm_data): Export this symbol for
loading an XPM from memory.

* src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): New
function, loads pixbuf from xpm data
(image_handler_load): Add g_return_if_fail() to ensure the same
module isn't loaded twice. Add g_module_symbol() to scan for XPM
loader function.

26 years agoComment fixes - Federico
Arturo Espinosa [Fri, 22 Oct 1999 16:19:59 +0000 (16:19 +0000)]
Comment fixes - Federico

26 years agoPatch from Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk> to avoid
Federico Mena Quintero [Fri, 22 Oct 1999 15:18:03 +0000 (15:18 +0000)]
Patch from Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk> to avoid

1999-10-22  Federico Mena Quintero  <federico@redhat.com>

* src/io-png.c (image_load): Patch from Kristian Hogsberg
Kristensen <hogsberg@daimi.au.dk> to avoid allocating extra row
buffers; the rows can be read in directly into the main pixel
buffer.

26 years agoFree path.
Federico Mena Quintero [Thu, 21 Oct 1999 00:37:21 +0000 (00:37 +0000)]
Free path.

1999-10-20  Federico Mena Quintero  <federico@redhat.com>

* src/gdk-pixbuf-io.c (image_handler_load): Free path.

26 years agoAdd more font private data.
Tor Lillqvist [Wed, 20 Oct 1999 22:58:37 +0000 (22:58 +0000)]
Add more font private data.

1999-10-21  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkprivate.h: Add more font private data.

* gdk/win32/gdkfont.c
* gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
fonts and strings. Now works much better. You still have to
have a correct font selected, though. No fontset emulation yet.

26 years agoBumped version number to 0.3.
Federico Mena Quintero [Wed, 20 Oct 1999 22:15:13 +0000 (22:15 +0000)]
Bumped version number to 0.3.

1999-10-20  Federico Mena Quintero  <federico@redhat.com>

* configure.in: Bumped version number to 0.3.

* src/Makefile.am (lbgdk_pixbuf_la_LDFLAGS): Added a libtool
version number for the library.

26 years agoRemoved the unref_fn field. Now all memory management of the buffer is
Federico Mena Quintero [Wed, 20 Oct 1999 21:20:49 +0000 (21:20 +0000)]
Removed the unref_fn field. Now all memory management of the buffer is

1999-10-20  Federico Mena Quintero  <federico@redhat.com>

* src/gdk-pixbuf.h (GdkPixbuf): Removed the unref_fn field.  Now
all memory management of the buffer is done by libart.

* src/gdk-pixbuf.c (gdk_pixbuf_unref): Do destruction here.
Removed gdk_pixbuf_destroy, gdk_pixbuf_duplicate.

* src/gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): Implemented in
terms of the libart functions.  Removed the old code.

* src/gdk-pixbuf-io.c (image_handler_load): Removed the save
symbols.  Saving will not be implemented in GdkPixbuf.

* src/io-gif.c: Removed the saving stub.
(image_load): Fixed memory management to fail gracefully if we run
out of memory while loading the image.  Close the gif file when we
are done.  This still needs more error handling for the DGif
functions.

* src/io-jpeg.c (image_load): Some robustness fixes.

* src/io-png.c: Removed the saving stuff.
(image_load): Some memory management fixes.

* src/io-tiff.c (image_load): Ditto.

* src/io-xpm.c (pixbuf_create_from_xpm): Ditto.

26 years agoUse G_OS_WIN32.
Tor Lillqvist [Tue, 19 Oct 1999 21:52:55 +0000 (21:52 +0000)]
Use G_OS_WIN32.

1999-10-19  Tor Lillqvist  <tml@iki.fi>

* gtk/maketypes.awk: Use G_OS_WIN32.

* gtk/gtk.def: Add some missing entry points. Also some non-public
ones, but PyGTK porter claims to need them.

* gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
built-in type generation.

26 years agoNew name for macros/autogen.sh
Havoc Pennington [Mon, 18 Oct 1999 19:32:25 +0000 (19:32 +0000)]
New name for macros/autogen.sh

1999-10-18  Havoc Pennington  <hp@pobox.com>

* subautogen.sh: New name for macros/autogen.sh

* autogen.sh: use subautogen.sh

26 years agoReindented to use the GNOME Indentation.
Federico Mena Quintero [Mon, 18 Oct 1999 19:29:45 +0000 (19:29 +0000)]
Reindented to use the GNOME Indentation.

1999-10-18  Federico Mena Quintero  <federico@redhat.com>

* src/*: Reindented to use the GNOME Indentation.

26 years agoUse AM_PATH_GLIB instead of glib-config directly
Havoc Pennington [Mon, 18 Oct 1999 19:11:35 +0000 (19:11 +0000)]
Use AM_PATH_GLIB instead of glib-config directly

1999-10-18  Havoc Pennington  <hp@pobox.com>

* configure.in: Use AM_PATH_GLIB instead of glib-config directly

* src/Makefile.am: Re-enable testpixbuf with GTK_CFLAGS/GTK_LIBS

26 years agodidn't get in there or something
Havoc Pennington [Mon, 18 Oct 1999 18:58:36 +0000 (18:58 +0000)]
didn't get in there or something

26 years agoRemove "macros"
Havoc Pennington [Mon, 18 Oct 1999 18:58:15 +0000 (18:58 +0000)]
Remove "macros"

1999-10-18  Havoc Pennington  <hp@pobox.com>

* Makefile.am (SUBDIRS): Remove "macros"

* configure.in: Don't use GNOME_INIT, handle case where we are
inside gnome-libs. AM_PATH_GTK for the GIF test

* src/Makefile.am: Change flags to work without libgnomeui,
comment out testpixbuf for now

26 years agoUse $GTK_LIBS as the extra libs when checking for libgif/libungif, as they
Federico Mena Quintero [Mon, 18 Oct 1999 18:47:17 +0000 (18:47 +0000)]
Use $GTK_LIBS as the extra libs when checking for libgif/libungif, as they

1999-10-18  Federico Mena Quintero  <federico@redhat.com>

* configure.in: Use $GTK_LIBS as the extra libs when checking for
libgif/libungif, as they need the X libraries.  Fixes bug #2472.

26 years agoDon't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now,
Tor Lillqvist [Wed, 13 Oct 1999 21:46:33 +0000 (21:46 +0000)]
Don't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now,

1999-10-14  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
GDK_FONT_FONT fonts (which is all we have for now, we don't
emulate fontsets). The X11 version uses plain XDrawString in that
case, too. The string passed to gdk_draw_text_wc seems to be in
fact (at least, when used by gtkentry and gtktext) either in a
single-byte charset, or a DBCS. Not Unicode.

This fixes the problem in gtkfontsel, where even if you had
selected a font with a non-Latin1 charset (windows-greek, for
instance), the preview still used Latin-1 glyphs.

* gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
use GetTextExtentPoint32W, use GetTextExtentPoint32A.
(gdk_font_load): Recognize the demibold etc weights, even if we
don't have the corresponding constants in the headers.
(gdk_font_hash_insert): Use same hash mechanism as in the X11
version. Should save font resources a bit, when we don't have
multiple HFONTs for the same font.

* gdk/win32/gdkprivate.h: Add the names field as in the X11
version.

26 years ago(since noone objected on gtk-devel)
ÉRDI Gergo [Mon, 11 Oct 1999 20:13:49 +0000 (20:13 +0000)]
(since noone objected on gtk-devel)
Passing 0 to XBell allows GDK to use the default X values which can be
set by the user via the xset command (e.g. to turn it off, or to
modify pitch/length/volume, etc)

26 years agoChanged 'pixbuf' variable to 'art_pixbuf' in the core function.
Cody Russell [Sun, 10 Oct 1999 07:20:37 +0000 (07:20 +0000)]
Changed 'pixbuf' variable to 'art_pixbuf' in the core function.

Core function now determines whether the requested geometry is on screen
or not. If part of it is not then the request is clamped to geometry that
is on the screen.

26 years agoAdded documentation for GtkToolbar changes (horizontal icon/text layout)
ÉRDI Gergo [Sat, 9 Oct 1999 14:47:09 +0000 (14:47 +0000)]
Added documentation for GtkToolbar changes (horizontal icon/text layout)

26 years agoAdded support for loading pixbuf from rgb data in memory. Augmented
Michael Fulbright [Fri, 8 Oct 1999 23:01:05 +0000 (23:01 +0000)]
Added support for loading pixbuf from rgb data in memory. Augmented
test program to demonstrate its use.

Need to add support for an alpha channel next.

Dr Mike <drmike@redhat.com>

26 years agoUpdated Galician .po file
Jesus Bravo Alvarez [Thu, 7 Oct 1999 20:58:57 +0000 (20:58 +0000)]
Updated Galician .po file

26 years agoChanged the functions to return GdkPixBuf* instead of ArtPixBuf*.
Cody Russell [Thu, 7 Oct 1999 18:20:16 +0000 (18:20 +0000)]
Changed the functions to return GdkPixBuf* instead of ArtPixBuf*.

26 years agoI've temporarily disabled compilation of the gdk-pixbuf-drawable module.
Cody Russell [Thu, 7 Oct 1999 18:04:04 +0000 (18:04 +0000)]
I've temporarily disabled compilation of the gdk-pixbuf-drawable module.
Federico pointed out some problems with it. It'll be re-enabled when those
are fixed.

26 years agoAdded #include "gdk-pixbuf-drawable.h" to the top. This fixes remaining
Cody Russell [Thu, 7 Oct 1999 06:22:21 +0000 (06:22 +0000)]
Added #include "gdk-pixbuf-drawable.h" to the top. This fixes remaining
compile error.

26 years agoAdded a missing semicolon to a function declaration so everything compiles
Cody Russell [Thu, 7 Oct 1999 06:17:20 +0000 (06:17 +0000)]
Added a missing semicolon to a function declaration so everything compiles
correctly.

26 years agoAdded gdk-pixbuf-drawable to Makefile.am so it is compiled into
Cody Russell [Thu, 7 Oct 1999 06:16:16 +0000 (06:16 +0000)]
Added gdk-pixbuf-drawable to Makefile.am so it is compiled into
libgdk_pixbuf.

26 years agoAdded files from Cody Russell
Arturo Espinosa [Thu, 7 Oct 1999 05:11:27 +0000 (05:11 +0000)]
Added files from Cody Russell

26 years agos/G_HAVE_CYGWIN/G_WITH_CYGWIN/
Manish Singh [Wed, 6 Oct 1999 19:47:24 +0000 (19:47 +0000)]
s/G_HAVE_CYGWIN/G_WITH_CYGWIN/

-Yosh

26 years agoUpdated.
Stanislav Brabec [Wed, 6 Oct 1999 14:41:19 +0000 (14:41 +0000)]
Updated.

1999-10-06  Stanislav Brabec  <utx@penguin.cz>

        * cs.po: Updated.

26 years agoAdded Galician translation (modifying ChangeLogs)
Jesus Bravo Alvarez [Tue, 5 Oct 1999 21:40:59 +0000 (21:40 +0000)]
Added Galician translation (modifying ChangeLogs)

26 years agoCorresponding changes as in X11 backend.
Tor Lillqvist [Tue, 5 Oct 1999 19:04:48 +0000 (19:04 +0000)]
Corresponding changes as in X11 backend.

1999-10-05  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/*.[ch]: Corresponding changes as in X11 backend.

* gdk/win32/gdkcompat.c: New file, actually provide an
implementation for the deprecated functions. (Just temporarily.)

* gtk/gtkfilesel.c: Fix an #ifdef syntax botch.

* gtk/makefile.{cygwin,msc}: Update gdk_headers.

* gdk/win32/gdk.def gtk/gtk.def: Updates.

26 years agoru.po: Updated translation.
Sergey I. Panov [Tue, 5 Oct 1999 18:43:16 +0000 (18:43 +0000)]
ru.po: Updated translation.

26 years agoAdded Galician (gl) to ALL_LINGUAS
Jesus Bravo Alvarez [Tue, 5 Oct 1999 16:36:54 +0000 (16:36 +0000)]
Added Galician (gl) to ALL_LINGUAS

26 years agoAdded Galician Translation
Jesus Bravo Alvarez [Tue, 5 Oct 1999 16:34:44 +0000 (16:34 +0000)]
Added Galician Translation

26 years agoAdded Ukrainian translation from Yuri Syrota <yuri@renome.rovno.ua>.
Kjartan Maraas [Tue, 5 Oct 1999 09:10:46 +0000 (09:10 +0000)]
Added Ukrainian translation from Yuri Syrota <yuri@renome.rovno.ua>.

1999-10-05  Kjartan Maraas  <kmaraas@online.no>

* uk.po: Added Ukrainian translation from Yuri
Syrota <yuri@renome.rovno.ua>.

26 years agocorrect checking for BeOS check
Manish Singh [Mon, 4 Oct 1999 19:03:05 +0000 (19:03 +0000)]
correct checking for BeOS check

* configure.in: correct checking for BeOS check

* gdk/gdktypes.h
* gtk/fnmatch.c
* gtk/gtkfilesel.c
* gtk/gtkitemfactory.c
* gtk/gtkmain.[ch]
* gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines

-Yosh

26 years agoadded new gtkrc.* files for new encodings
Pablo Saratxaga [Mon, 4 Oct 1999 14:23:50 +0000 (14:23 +0000)]
added new gtkrc.* files for new encodings

26 years agoStarted compatibility header for renames.
Owen Taylor [Mon, 4 Oct 1999 02:59:52 +0000 (02:59 +0000)]
Started compatibility header for renames.

Sun Oct  3 23:09:06 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkcompat.h: Started compatibility header
        for renames.

26 years agoAdded a .cvsignore
Owen Taylor [Sun, 3 Oct 1999 22:13:50 +0000 (22:13 +0000)]
Added a .cvsignore

26 years agoFix a reference to window_private->destroyed.
Owen Taylor [Sun, 3 Oct 1999 22:12:41 +0000 (22:12 +0000)]
Fix a reference to window_private->destroyed.

Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.c (gtk_reset_shapes_recurse):
Fix a reference to window_private->destroyed.

* gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
(ugly) setting of an internal GdkWindow member to use
a _slightly_ cleaner macro.

* gdk/gdkprivate.h: Split GdkWindowPrivate into
GdkDrawablePrivate and GdkWindowPrivate.
Add extra macros for accessing GDK_DRAWABLE_ components.

* *.[ch]: Massive adjustments for the above, use the
new macros in a lot of places.

26 years agoMove files into x11 subdirectory.
Owen Taylor [Sun, 3 Oct 1999 18:17:59 +0000 (18:17 +0000)]
Move files into x11 subdirectory.

Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.

26 years agocreate x-specific subdirectory.
Owen Taylor [Sun, 3 Oct 1999 18:10:43 +0000 (18:10 +0000)]
create x-specific subdirectory.

* configure.in gdk/Makefile.am x11/: create x-specific subdirectory.

* docs/gtk-config.1: Now autogenerated.
* docs/Changes-1.4.txt: started

26 years agoInclude gdk/gdkdrawable.h with gdk/ prefix. (Pointed out by
Owen Taylor [Sun, 3 Oct 1999 18:09:00 +0000 (18:09 +0000)]
Include gdk/gdkdrawable.h with gdk/ prefix. (Pointed out by

Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)

* x11/: create x-specific subdirectory.

26 years agoA few includes added for the picky MSVC compiler.
Tor Lillqvist [Sat, 2 Oct 1999 22:53:45 +0000 (22:53 +0000)]
A few includes added for the picky MSVC compiler.

26 years agoChange GDK_WINDOWING_WIN32 usage to #ifdef also here.
Tor Lillqvist [Sat, 2 Oct 1999 22:42:58 +0000 (22:42 +0000)]
Change GDK_WINDOWING_WIN32 usage to #ifdef also here.

1999-10-03  Tor Lillqvist  <tml@iki.fi>

* gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
to #ifdef also here.

* gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
Owen did to the X11 backend.

* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
ScrollWindowEx when blitting inside a window, it can't be correct
in the general case.

* gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
WM_GETMINMAXINFO is easier.

* gdk/win32/gdkimage.c (gdk_image_new): Create new image with
depth equal to the bitspixel value, not the visual's depth.

* gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
to 24 even if the bitspixel value is 32.

* gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
need to check for depth==32 when bpp==32, depth will always be 24.

26 years agoThis is an implementation of Idea #13 from
ÉRDI Gergo [Sat, 2 Oct 1999 17:13:09 +0000 (17:13 +0000)]
This is an implementation of Idea #13 from
        http://www.jcinteractive.com/gnome-ui/software/widgets/
basically, layouting the toolbar icon and label horizontally.

26 years agoStarted
Owen Taylor [Fri, 1 Oct 1999 23:18:30 +0000 (23:18 +0000)]
Started

Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>

        * docs/Changes-1.4.txt: Started

* gtk/Makefile.am (gdk_headers): Include all the new headers.

        * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.

* gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
into C file.

* gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
header to gdkinputprivate.h.

* gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
unused since before 1.2.

26 years agoOn Win32, expand possible hex escapes in the font family (put there by
Tor Lillqvist [Thu, 30 Sep 1999 16:59:08 +0000 (16:59 +0000)]
On Win32, expand possible hex escapes in the font family (put there by

1999-09-30  Tor Lillqvist  <tml@iki.fi>

* gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
expand possible hex escapes in the font family (put there by
logfont_to_xlfd if the font name isn't a legal XLFD font family,
mainly if it contains slashes). (gtk_font_selection_create_xlfd):
On Win32, add hex escapes here, too.

26 years agoChanged from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef
Owen Taylor [Wed, 29 Sep 1999 23:47:22 +0000 (23:47 +0000)]
Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef

Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>

* */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
to #ifdef GDK_WINDOWING_X11.

26 years agoupdate pt_BR
Jorge Godoy [Wed, 29 Sep 1999 20:54:11 +0000 (20:54 +0000)]
update pt_BR

26 years ago[ Merges from gtk-1-2 ]
Federico Mena Quintero [Tue, 28 Sep 1999 20:19:13 +0000 (20:19 +0000)]
[ Merges from gtk-1-2 ]

Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>

* configure.in: fixed "GNU Make" check to pass with new make version
3.77.95.

Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>

* gtk-config.in (--version): don't echo @GTK_VERSION@, but
@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
AM_PATH_GTK() macros don't get confused by the -pre1.

Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>

* configure.in (REBUILD): Change check for perl5
  to check explicitely for v >= 5.002. (5.001
  does not work with our scripts.)

Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>

* configure.in: evaluate $PERL for the perl version check. added
--disable-rebuilds to give the user an option to completely disable
any source autogeneration rules.

Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>

* configure.in: evaluate $ac_make when checking for GNU Make.

Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>

* docs/Makefile.am: added generation.txt.

* Makefile.am: require automake 1.4, build README from README.in and
INSTALL from INSTALL.in in dist-hook.

* README.in:
* INSTALL.in: new files to autogenerate README and INSTALL from.

* configure.in: figure whether we have GNU Make

* docs/generation.txt: minor additions/corrections.

Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>

* docs/gtkfaq.sgml: FAQ Update

July 30, 1999 Elliot Lee <sopwith@redhat.com>

* configure.in: Fix autoconf warnings about cross compilation by
trying to provide sane defaults for AC_TRY_RUN.

Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>

* ltconfig
* ltmain.sh: upgrade to libtool 1.3.3

Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>

* INSTALL: Indicate that the --with-glib= configure
time flag is unsupported.

Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>

* docs/generation.txt: Added a file that gives
documenation about the autogeneration process for
various autogenerated files.

Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>

* configure.in (LIBS): Look for libgmodule in the
right location.

Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>

* docs/gtk_tut.sgml: Removed references to
code examples in my directory on gtk.org as
they should all be in the tutorial now.

* docs/gtk_tut.sgml: Added sources for dial-test
and scribble-xinput programs that were previously
missing.

Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>

* TODO: Added entry about menu keyboard navigation, removed
some finished items.

Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>

* acinclude.m4: Standardize on func_dgettext
not func_gettext, so that the checks for dgettext
actually are paid attention to.

Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>

* configure.in (LIBS): Add $INTLLIBS into $LIBS
directly, rather than repeating the checks for
gettext.

* INSTALL: Added information about gettext and
NLS support.

* acinclude.m4 (LIBM): Check for dgettext, not
just gettext. This should hopefully fix things wrt
systems with old versions of GNU gettext installed.

Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>

* configure.in (LIBS): Look for libgmodule in the
right location.

Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>

* autogen.sh: add --enable-maintainer-mode

* configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"

Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>

* docs/gtk-config.1.in:
  docs/Makefile.am:
  configure.in: gtk-config is now generated.

* docs/gtk-config.1: Removed, now generated.

Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>

        * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
        handle CreateNotify itself, still put out a debuging message for
        --gdk-debug=events. made the ReparentNotify debugging message more
        verbose.
        wrap xcoords translation for ConfigureEvents into an error trap,
        a destroy event may already be pending, and in that case, the
        actuall coordinate values are not at all critical.

Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkcc.c: Stop leaking the color_hash all over
the place. Simplify and improve the logic.

Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>

* gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
for prototypes and function implementations consistent (reported
by Tomas Ogren).

Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>

* gdk/gdkevents.c (gdk_event_translate): tell if expose events have
send_event set in debugging output.
(gdk_compress_exposures): default initialize the event so we don't
operate on bogus values (namely send_event).

Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkwindow.c: When we receive an unexpected
destroy notify on one of our windows, don't just
warn about it, also mark our windows as destroyed.

Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkfont.c (gdk_font_hash_insert): Add
  name => font and name => fontset hashes. The
  name => fontset hash is a _big_ win since we
  weren't previously caching fontsets at all and loading
  fontsets is expensive. The name => font hash
  is less of a win, but it does save us from doing
  repeated XQueryFont calls on the same font.

* gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
  list so we can remove font/fontset from hash.

Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkproperty.c (gdk_atom_intern): Remove useless
  and slightly confusing test. [ XInternAtom (,,TRUE)
  will never return None ].

Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkwindow.c (gdk_window_set_geometry_hints)
  gdk/gdkwindow.c (gdk_window_set_hints):

Don't omit setting the properties if flags == 0 -
there may be an existing set of properties there
already. (Very old bug. Would it be better to
delete the property instead?)

* gdk/gdkselection.c (gdk_selection_property_get): Fix
  spelling error in comment.

Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
  to avoid stomping over gdk_error_warnings.

* gdk/gdkimage.c (gdk_image_new): compute image->bpp
  as (bits_per_pixel + 7) / 8. This gives the same
  result as before for multiples of 8, but actually
  a "reasonable" value for 1bit or 4bit displays.

Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>

* gdk/Makefile.am: minor cleanups, strip spaces on build rules for
GNU Make.

Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>

* gdk/gdkevents.c (gdk_event_translate): give a debugging note when
discarding configure events.

1999-08-18  Federico Mena Quintero  <federico@redhat.com>

* gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
refcount is greater than zero.

* gdk/gdkwindow.c (gdk_window_unref): Likewise.

* gdk/gdkfont.c (gdk_font_unref): Likewise.

* gdk/gdkgc.c (gdk_gc_unref): Likewise.

* gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.

Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkproperty.c (gdk_property_get): Fix assumption
that format 32 => sizeof(item) == 4. It really is
sizeof(long).

Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
core dump at all on X IO errors, only core dump
if --enable-debug for X errors.

Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>

* gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
unknown window:" message. disabled ConfigureNotify discarding code,
because it led to events being processed out of order.

Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>

* gdk/gdkglobals.c: preinitialize gdk_error_code to 0.

* gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
we export this function, supress error warnings and don't reset the
error code in the first half of this function.

* gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
code (instead of just -1) so gdk_error_trap_pop() reveals something
actually informative about the error that happened.

* gdk/*.c:
don't rely on gdk_error_code being -1 if an error occoured, but just
gdk_error_code != 0.

Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>

* gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
pointer *before* invoking the filter function, so we at least don't
crash if a filter is removed that is currently executed. window filters
*really* need to be made truely reentrant at some point.

Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>

* gdk/gdkevents.c (gdk_event_translate): print the atom name in the
PropertyNotify debug messages.

Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>

        Patch from Sung-Hyun Nam <namsh@lgic.co.kr>

* gdk/gdkim.c: Fix cut-and-paste errors for
x/y and PreeditAttributes/StatusAttributes.

Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
G_MAXINT to 2^16 to alleviate overflow problems in
various window managers.

Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkfont.c (gdk_text_measure): Fix the return value
        for fontsets.

Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkwindow.c (gdk_window_set_geometry_hints):
Initialize size_hints.x and size_hints.y because kwm
brokenly pays attention to them.
(Bug #1181 -  Lars Heete <hel@admin.de>)

Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the
return value of gdk_list_visuals().
(Bug #1193 - Morten Welinder <terra@diku.dk>)

Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>

* gdk/gdkim.c (gdk_im_real_open): cast the return value of
XSetIMValues to (void *) when comparing to NULL, to workaround
the problem of some compilers barfing since older X headers don't
have the prototype for it.

Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
for pseudocolor where colormap->colors was double
allocated.

* gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
color value in the hash table with the pixel filled
in so when we do later hash table lookups, the color
value is correct.

Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>

* gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
making the call

Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
pointed out by Morten Welinder <terra@diku.dk>.

Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>

* gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
  default filter from the list

Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>

* gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
  default filter from the list

Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>

* gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines

* gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
g_strdup_printf instead of calcing the length separately

Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
that we don't do in many other places. (Fixing duplicate
#include of config.h)

* gdk/gdkevents.c: include gdkinput.h _after_ config.h.
Otherwise, #ifndef XINPUT_NONE check in the latter
doesn't work. (Bug #546)

Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>

* gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
"None" case insensitive.

Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkselection.c:
Add error traps so if the other end of the connection
dies, we survive.

Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkdnd.c (gdk_drag_motion): Separate out the
dest_xid field into two fields - one for the window
to send in messages, one to indicate the last looked
up window for caching purposes. This is needed, so
that Leave messages get the correct window.

Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
Fix warning created by people mucking around
with the gsource API.

* gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
Change mapping between GIOCondition and GdkInputCondition
to match the way the Linux kernel does it. This should
fix problems where closed pipes were no longer signalling
GDK_INPUT_READ on systems with a native poll().

Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check
explicitly for the string "None" - it is in the XPM
spec and some servers treat unknown colors in odd ways
(like asking the user!)

Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>

* gdk/gdkevents.c: made "->" into a "." of previous change so
it compiles

Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkevents.c (gdk_compress_exposures): Set the
window field of the event structure before calling
user filters.

1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>

* gdk/gdk.c (gdk_init_check): Use False as the last argument to
XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.

Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkim.c (gdk_mbstowcs): Free the value of the
intermediate text property - prevents major memory
        leak when gdk_use_mb.
gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>

Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>

        Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
gtk-a-higuti-990322-[0-3]

* gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
sizeof(wchar_t) != sizeof (GdkWChar)

* configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
that was causing -DX_LOCALE not to work.

* gtk/gtkrc.c (gtk_rc_init):
X_LOCALE will never have LC_MESSAGES defined

* gdk/gdk.c (gdk_init_check):
Remove --xim-preedit and --xim-status from argv properly.

* gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
that the client window is present on the X server
before we pass it to the input method.

Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
if --display is specified on the command line, than
the drag window will not be created on that display.

Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
lookups with only_if_exists == TRUE were inserting
bogus values into the atom cache.

Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>

* gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
then reset it to NULL.

* gdk/gdkcolor.c:
(gdk_colors_free):
(gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
key for g_hash_table_remove() in both functions, this prevents us
from accessing possibly uninitialized portions of a GdkColor structure
where we are only interested in its pixel value.

Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>

* gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
font hash table, if we have a GdkFontPrivate entry for this font
already, simply increment its reference count, provided by Olaf Dietsche
<olaf.dietsche+list.gtk@netcologne.de>.

1999-09-21  Tor Lillqvist  <tml@iki.fi>

26 years agopartially written documentation from Paul Schifferer
Damon Chaplin [Sat, 25 Sep 1999 09:20:23 +0000 (09:20 +0000)]
partially written documentation from Paul Schifferer

1999-09-24  Damon Chaplin  <damon@karuna.freeserve.co.uk>

        * gtk/tmpl/gtkclist.sgml: partially written documentation from
        Paul Schifferer <isengard@geocities.com> who won't be able to finish it

26 years ago- retrived last changes. This bad ide fixing this kind problems on gtk+
Tomasz Kłoczko [Sat, 25 Sep 1999 07:27:10 +0000 (07:27 +0000)]
- retrived last changes. This bad ide fixing this kind problems on gtk+
  level (sorry).

26 years agoDEPENDENCIES is not needed for the test program - Federico
Arturo Espinosa [Thu, 23 Sep 1999 04:58:55 +0000 (04:58 +0000)]
DEPENDENCIES is not needed for the test program - Federico

26 years agoThis important fix and will be god to incude this to 1.2.5.
Tomasz Kłoczko [Thu, 23 Sep 1999 04:41:32 +0000 (04:41 +0000)]
This important fix and will be god to incude this to 1.2.5.
Fix default font list name. Now on initializing gtk+ look for:
first: -*-aplos-medium-r-normal--12-*-*-*-*-*-iso8859-2 (this is biznet font),
second: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2,
third: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1.

Now all translated text to EE languages are displayed with correct font on
system with installed biznet iso8859-2 pixmap fonts (many Linux
distribution).

26 years agoAdd pixbuf_duplicate,
Michael Meeks [Wed, 22 Sep 1999 22:30:51 +0000 (22:30 +0000)]
Add pixbuf_duplicate,
Fix 'scale' API,
Add gdk_pixbuf_new,
clean io modules a tad.

26 years agoran make templates, to fix problems with structs.
Damon Chaplin [Wed, 22 Sep 1999 21:30:57 +0000 (21:30 +0000)]
ran make templates, to fix problems with structs.

1999-09-22  Damon Chaplin  <damon@karuna.freeserve.co.uk>

* gtk/tmpl/*.sgml: ran make templates, to fix problems with structs.

* gtk/gtk-sections.txt: rearranged GtkCombo section.

* gtk/tmpl/gtkvseparator.sgml:
* gtk/tmpl/gtkhseparator.sgml:
* gtk/tmpl/gtkgc.sgml:
* gtk/tmpl/gtkfeatures.sgml:
* gtk/tmpl/gtktipsquery.sgml:
* gtk/tmpl/gtkitem.sgml:
* gtk/tmpl/gtkinvisible.sgml:
* gtk/tmpl/gtkgamma.sgml:
* gtk/tmpl/gtkdata.sgml:
* gtk/tmpl/gtkcurve.sgml:
* gtk/tmpl/gtkcombo.sgml:
* gtk/tmpl/gtkaccellabel.sgml: documented.

26 years agoFont information translations
ÉRDI Gergo [Tue, 21 Sep 1999 20:28:45 +0000 (20:28 +0000)]
Font information translations

26 years agoDelete the gdk_DC when exiting, just to be sure.
Tor Lillqvist [Tue, 21 Sep 1999 19:12:50 +0000 (19:12 +0000)]
Delete the gdk_DC when exiting, just to be sure.

1999-09-21  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
just to be sure.

* gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
unused variables, leftovers from the X11 version.

* gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.

* gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
downcase fields on X11.

26 years agofirst pass at gtkmenubar... not complete
Dave Mason [Mon, 20 Sep 1999 18:50:12 +0000 (18:50 +0000)]
first pass at gtkmenubar... not complete

David Mason
dcm@redhat.com

26 years agoDavid Mason dcm@redhat.com
Dave Mason [Mon, 20 Sep 1999 15:46:56 +0000 (15:46 +0000)]
David Mason dcm@redhat.com

David Mason
dcm@redhat.com

26 years agofirst pass at gtkimage... not complete
Dave Mason [Mon, 20 Sep 1999 15:46:35 +0000 (15:46 +0000)]
first pass at gtkimage... not complete

David Mason
dcm@redhat.com

26 years agoadded pt_BR file
Pablo Saratxaga [Mon, 20 Sep 1999 12:25:19 +0000 (12:25 +0000)]
added pt_BR file

26 years agoAdd gdk_threads_mutex.
Tor Lillqvist [Fri, 17 Sep 1999 18:17:20 +0000 (18:17 +0000)]
Add gdk_threads_mutex.

1999-09-17  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdk.def: Add gdk_threads_mutex.

* gtk/makefile.msc: Correct path to libintl.

Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
use of gint vs. int, and gint vs. gboolean in headers and
definitions. Use GtkType for the *_get_type functions. Note that
these changes preserve binary compatibility.

* gdk/gdk.c
* gdk/win32/gdk.c
* gdk/gdk.h: Fix inconsistencies: gint vs int.

* gtk/gtkmain.c
* gtk/gtkclist.c
* gtk/gtkmenufactory.c
* gtk/gtknotebook.c
* gtk/gtkwidget.c: Fix inconsistencies, also gint
vs. gboolean.

* gtk/gtkcolorsel.[ch]
* gtk/gtkcombo.[ch]
* gtk/gtkdrawingarea.[ch]
* gtk/gtkgamma.[ch]
* gtk/gtkhandlebox.[ch]
* gtk/gtkhpaned.[ch]
* gtk/gtkhruler.[ch]
* gtk/gtkplug.[ch]
* gtk/gtkpreview.[ch]
* gtk/gtkruler.[ch]
* gtk/gtksocket.[ch]
* gtk/gtkstatusbar.[ch]
* gtk/gtktoolbar.[ch]
* gtk/gtkvbbox.[ch]
* gtk/gtkvpaned.[ch]
* gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
functions.

* gtk/gtkgamma.h: Fix bug, missing () in call of
gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS.

26 years agoUpdated translation.
Kjartan Maraas [Fri, 17 Sep 1999 09:00:57 +0000 (09:00 +0000)]
Updated translation.

1999-09-17  Kjartan Maraas  <kmaraas@online.no>

* no.po: Updated translation.

26 years agoSet the initial ref_count to 1.
Federico Mena Quintero [Fri, 17 Sep 1999 07:57:25 +0000 (07:57 +0000)]
Set the initial ref_count to 1.

1999-09-17  Federico Mena Quintero  <federico@redhat.com>

* src/io-bmp.c (image_load): Set the initial ref_count to 1.

* src/io-gif.c (image_load): Likewise.

* src/io-jpeg.c (image_load): Likewise.

* src/io-png.c (image_load): Likewise.

* src/io-tiff.c (image_load): Likewise.

* src/io-xpm.c (_pixbuf_create_from_xpm): Likewise.

* src/gdk-pixbuf-io.c (gdk_pixbuf_load_image): Added an assertion
for the ref_count to be != 0.

26 years agoBe more paranoid with sanity checking. (gdk_pixbuf_unref): Fix incorrect
Federico Mena Quintero [Fri, 17 Sep 1999 05:59:53 +0000 (05:59 +0000)]
Be more paranoid with sanity checking. (gdk_pixbuf_unref): Fix incorrect

1999-09-17  Federico Mena Quintero  <federico@redhat.com>

* src/gdk-pixbuf.c (gdk_pixbuf_ref): Be more paranoid with sanity
checking.
(gdk_pixbuf_unref): Fix incorrect sanity check and comparison.

26 years agogdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was
Tor Lillqvist [Mon, 13 Sep 1999 22:06:11 +0000 (22:06 +0000)]
gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was

1999-09-14  Tor Lillqvist  <tml@iki.fi>

* gdk/gdkcolor.c (gdk_colormap_new)
* gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
colormap->colors was allocated twice.

* gdk/win32/gdk.c: Remove some unused stuff.

* gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
colormap.

* gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
* gtk/gtklabel.h (gtk_label_get_type)
* gtk/gtktipsquery.c (gtk_tips_query_get_type)
* gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
in a couple of places, not guint.

26 years agoupdated dansih file
Pablo Saratxaga [Sat, 11 Sep 1999 00:14:57 +0000 (00:14 +0000)]
updated dansih file

26 years agoadded Estonian language file
Pablo Saratxaga [Fri, 10 Sep 1999 19:38:14 +0000 (19:38 +0000)]
added Estonian language file

26 years agoupdated da file
Pablo Saratxaga [Mon, 6 Sep 1999 09:48:52 +0000 (09:48 +0000)]
updated da file

26 years agoUpdated polish translation
Chyla Zbigniew [Fri, 3 Sep 1999 03:02:42 +0000 (03:02 +0000)]
Updated polish translation

26 years agoadded da file
Pablo Saratxaga [Wed, 1 Sep 1999 12:41:47 +0000 (12:41 +0000)]
added da file

26 years agoupdate-po
Pablo Saratxaga [Mon, 30 Aug 1999 17:40:10 +0000 (17:40 +0000)]
update-po

26 years agoupdate
Pablo Saratxaga [Mon, 30 Aug 1999 12:22:13 +0000 (12:22 +0000)]
update

26 years agoupdate-po
Pablo Saratxaga [Mon, 30 Aug 1999 12:21:10 +0000 (12:21 +0000)]
update-po

26 years agoMinor FAQ Update
BST 1999 Tony Gale [Sun, 29 Aug 1999 12:29:19 +0000 (12:29 +0000)]
Minor FAQ Update

Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>

Minor FAQ Update

26 years agonew section from Lee Mallabone.
Damon Chaplin [Sat, 28 Aug 1999 20:47:33 +0000 (20:47 +0000)]
new section from Lee Mallabone.

1999-08-28  Damon Chaplin  <damon@karuna.freeserve.co.uk>

* gtk/tmpl/gtkbbox.sgml: new section from Lee Mallabone.

* gdk/gdk-sections.txt: rearranged rgb, regions, and drawing sections.

* gdk/tmpl/rgb.sgml: new section from Raph Levien, with a few changes
by me, including a little example app.

* gdk/tmpl/regions.sgml:
* gdk/tmpl/event_structs.sgml:
* gdk/tmpl/drawing.sgml: my first attempt.
* gdk/tmpl/cursors.sgml: tiny changes.

26 years agoCommit the correct version.
Tony Gale [Sat, 28 Aug 1999 13:44:42 +0000 (13:44 +0000)]
Commit the correct version.

Commit the correct version.

26 years agoFAQ update
BST 1999 Tony Gale [Sat, 28 Aug 1999 13:25:28 +0000 (13:25 +0000)]
FAQ update

Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>

        * docs/gtkfaq.sgml: FAQ update

26 years agoWin32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a way to get
Tor Lillqvist [Thu, 26 Aug 1999 22:22:03 +0000 (22:22 +0000)]
Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a way to get

1999-08-27  Tor Lillqvist  <tml@iki.fi>

Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
way to get window contents continually refreshed while resizing. I
didn't like the effects myself, so it's not on by default.

* gdk/win32/gdkprivate.h: New flag variable
gdk_event_func_from_window_proc, FALSE by default.

* gdk/win32/gdk.c (gdk_init_check): Set above flag if the
environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
are passed --gdk-event-func-from-window-proc.

* gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
and we have am event_func, call it instead of enqueing the event.

26 years agoupdated ga file
Pablo Saratxaga [Thu, 26 Aug 1999 16:29:30 +0000 (16:29 +0000)]
updated ga file

26 years agoadded ga language, and add back sk and sl from gtk+ 1.2.3
Pablo Saratxaga [Wed, 25 Aug 1999 15:27:04 +0000 (15:27 +0000)]
added ga language, and add back sk and sl from gtk+ 1.2.3

26 years agoTypo fix.
Karsten Weiss [Tue, 24 Aug 1999 15:43:43 +0000 (15:43 +0000)]
Typo fix.

1999-08-24  Karsten Weiss  <karsten@addx.au.s.shuttle.de>

        * de.po: Typo fix.

26 years agofile COPYING was initially added on branch gtk-1-2.
Manish Singh [Mon, 23 Aug 1999 19:21:25 +0000 (19:21 +0000)]
file COPYING was initially added on branch gtk-1-2.

26 years agoFix from Simon Kelley: Set expose_count in GdkEventExposes correctly.
Tor Lillqvist [Mon, 23 Aug 1999 18:53:11 +0000 (18:53 +0000)]
Fix from Simon Kelley: Set expose_count in GdkEventExposes correctly.

* gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
Kelley: Set expose_count in GdkEventExposes correctly.

* gdk/win32/gdkwindow.c: Remove dead code (#ifdef
MULTIPLE_WINDOW_CLASSES).

* gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
for bug in NT, apparently NT *does* draw the end pixel, too, in
LineTo with a one-pixel pen, so we don't have to do it ourselves.

26 years ago Improvements by Hans Breuer:
Tor Lillqvist [Sat, 21 Aug 1999 00:41:24 +0000 (00:41 +0000)]
Improvements by Hans Breuer:

* gdk/win32/gdkwindow.c (RegisterGdkClass): New function

* gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
CS_?REDRAW flags as they cause lots of (late) redraws when "show
window contents while dragging" is turned on. Allocate at least
one unique class for every GdkWindowType. If support for single
window-specific icons is ever needed (eg. Dialog specific), every
such window should get its own class.

26 years agochanged gtk_ruler_draw_ticks and gtk_ruler_draw_pos to private
Dave Mason [Fri, 20 Aug 1999 19:53:16 +0000 (19:53 +0000)]
changed gtk_ruler_draw_ticks and gtk_ruler_draw_pos to private

David Mason
dcm@redhat.com

26 years agowrote gtkruler - changed gtk_ruler_draw_tick and gtk_ruler_draw_pos to private
Dave Mason [Fri, 20 Aug 1999 19:52:36 +0000 (19:52 +0000)]
wrote gtkruler - changed gtk_ruler_draw_tick and gtk_ruler_draw_pos to private

David Mason
dcm@redhat.com

26 years agoFix a cut&paste error that caused crashes.
Tor Lillqvist [Thu, 19 Aug 1999 19:10:26 +0000 (19:10 +0000)]
Fix a cut&paste error that caused crashes.

* gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
error that caused crashes.

26 years agoWhen blitting inside one window, use ScrollWindowEx, and call
Tor Lillqvist [Tue, 17 Aug 1999 17:47:14 +0000 (17:47 +0000)]
When blitting inside one window, use ScrollWindowEx, and call

* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
window, use ScrollWindowEx, and call UpdateWindow. This prevents
bugs when for instance part of the window was outside the
display. Thanks to Philippe Colantoni for finding and fixing this.

26 years ago.cvsignore updates
Owen Taylor [Tue, 17 Aug 1999 13:11:21 +0000 (13:11 +0000)]
.cvsignore updates

26 years agoFix corrupted end tag.
Owen Taylor [Tue, 17 Aug 1999 13:10:00 +0000 (13:10 +0000)]
Fix corrupted end tag.

Tue Aug 17 09:14:01 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag.

* gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml
  gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml
  gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml
  gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml:
Added missing close tags.

26 years agoAdded section. (Written a while ago but fell through the cracks)
Owen Taylor [Tue, 17 Aug 1999 09:39:58 +0000 (09:39 +0000)]
Added section. (Written a while ago but fell through the cracks)

Thu Aug 19 14:43:08 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/tmpl/gcs.sgml gdk/gdk-sections.txt: Added section.
  (Written a while ago but fell through the cracks)

* gtk/gtk-docs.sgml: Add a &hash; entity here as a
  temporary hack. (There is no standard entity
  for '#', and no way of escaping '#' in gtk-doc)

* gtk/tmpl/gtkrc.sgml: Use the above to fix up #rrggbb
  string literals.

* gtk/tmpl/gtkdrawingarea.sgml: Fixed a couple
  of errors in the example. (pointed out by
  Nick Lamb)

26 years agoDocumented
Owen Taylor [Mon, 16 Aug 1999 22:52:53 +0000 (22:52 +0000)]
Documented

Mon Aug 16 6:60:53 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/tmpl/properties.sgml
  gdk/tmpl/selections.sgml
  gdk/tmpl/input_devices.sgml: Documented

* gdk/gdk-sections.txt: Moved around types for
  input devices properties and selections, marked
  a few functions as private.

26 years agoAdded .cvsignore files.
Owen Taylor [Mon, 16 Aug 1999 19:02:02 +0000 (19:02 +0000)]
Added .cvsignore files.

26 years agoInitial import of GTK+ reference docs
Owen Taylor [Mon, 16 Aug 1999 18:51:52 +0000 (18:51 +0000)]
Initial import of GTK+ reference docs